projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceada2b
)
aarch32: add missing dmb() macro
author
Etienne Carriere
<
[email protected]
>
Sun, 5 Nov 2017 21:57:29 +0000
(22:57 +0100)
committer
Etienne Carriere
<
[email protected]
>
Wed, 8 Nov 2017 13:42:04 +0000
(14:42 +0100)
Signed-off-by: Etienne Carriere <
[email protected]
>
include/lib/aarch32/arch_helpers.h
patch
|
blob
|
history
diff --git
a/include/lib/aarch32/arch_helpers.h
b/include/lib/aarch32/arch_helpers.h
index ede6d2ed317784279866a10b237ac153a0732389..42309d550598c5e142d814446d11537c9f52bd8f 100644
(file)
--- a/
include/lib/aarch32/arch_helpers.h
+++ b/
include/lib/aarch32/arch_helpers.h
@@
-304,6
+304,7
@@
DEFINE_DCOP_PARAM_FUNC(cvac, DCCMVAC)
/* Previously defined accessor functions with incomplete register names */
#define dsb() dsbsy()
+#define dmb() dmbsy()
#define IS_IN_SECURE() \
(GET_NS_BIT(read_scr()) == 0)